home *** CD-ROM | disk | FTP | other *** search
- Path: ix.netcom.com!netnews
- From: pwallin@ix.netcom.com(Patrick Wallin )
- Newsgroups: comp.lang.c++
- Subject: New Beginner for Visual C++ - Question
- Date: 14 Apr 1996 19:35:53 GMT
- Organization: Netcom
- Message-ID: <4krk2p$8mt@reader2.ix.netcom.com>
- References: <doug-1304962242380001@port4.lightlink.com>
- NNTP-Posting-Host: lap-ca2-17.ix.netcom.com
- X-NETCOM-Date: Sun Apr 14 12:35:53 PM PDT 1996
-
- Hello!
-
- I am a beginner and learner for Visual C++ Version 1.5. I know C++ and
- some concept of windows programming, but although I have a question
- that I may be blind at that moment.
-
- When I created a blink windows (for just starting), I looked through
- the source and header files. The class of CExampleView is a derived of
- base class CView. I do not see any "include" file for CView in the
- header file for the class CExampleView.
-
- For example, the following line of code is in the header file that does
- not have any "includes" file for CView:
- Class CExampleView : public CView
-
-
- Can you please tell me where CView class is? And how did Visual C++
- know when to call CView default (own) class?
-
-
-